echo "           Fast Math Libraries v40.x"
echo "         (c) 1993/94 by Martin Berndt*N"
echo "   =========================================*N*N"

cpu >NIL: check 68020

if warn
   echo "Sorry, you cannot use these libraries."

   else

   cpu >NIL: check 68040

   if not warn
      echo "Installing 68040 version..."
      copy 68040/#? libs: all quiet noreq
      echo "*NDone."

      else

      cpu >NIL: check 68881

      if warn
         echo "Sorry, you cannot use these libraries."

         else

         echo "Installing 68881/882 version..."
         copy 68882/#? libs: all quiet noreq
         echo "*NDone."

      endif
   endif
endif
